Anomaly detection

  1. fit distribution model p(x) on training set and predict
    y=1 if p(x)<ϵ (anomaly)
    y=0 if p(x)>=ϵ (normal)
  2. evaluate the algorithm using

Anomaly detection vs. supervised learning

Why bother using anomaly detection rather than supervised learning if your examples already have labels?